* {
    box-sizing: border-box;
}


.header {
    background-color: #41A646;
    width: 100vw;
    height: 70px !important;
    box-sizing: content-box;
}

.header a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFF8EB;
    text-decoration: none;
}

.reenviar span{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6E6F71 !important;
}

.reenviar a{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #326F6B !important;
    cursor: pointer;
}

.btn {
    justify-content: center !important;
}

.contrasenia span {
    font-family: 'Roboto', sans-serif  !important;
    font-size: 14px  !important;
    font-weight: 700  !important;
    line-height: 16.41px !important;
    letter-spacing: -1px  !important;
    color: #326F6B !important;
}

.contrasenia li::marker {
    color: #5DA8A0;
    font-size: 30px;
    line-height: 0;
}

.badge-red.badge-outline {
    border: 1px solid #D14040;
    color: #1b1c1e;
    background-color: #F7E9E8;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    justify-content: center !important;
}